home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / database / bdem22.zip / DEMO.CH < prev    next >
Text File  |  1994-10-27  |  799b  |  31 lines

  1. /*
  2.    DEMO.CH
  3.  
  4.    This Header File Created Using the Aeolus Builder Code Generator
  5.  
  6.    Contained Herein Are the Manifest Constants for Access to Every
  7.    Database Field in the Application:  DEMO.PRG
  8.  
  9.    Application Author: Mark H. Kania
  10.    This File Created: 10/25/94  18:19:00
  11. */
  12.  
  13.  
  14.  
  15.   // Manifest Constant Definitions for Database CITIES
  16.  
  17. #define     ACITY          aCities[1]
  18. #define     ASTATE         aCities[2]
  19. #define     AZIP           aCities[3]
  20. #define     ATEXT          aCities[4]
  21. #define     ABOOLEAN       aCities[5]
  22.  
  23.  
  24.   // Manifest Constant Definitions for Database FRIENDS
  25.  
  26. #define     BCITY          aFriends[1]
  27. #define     BFNAME         aFriends[2]
  28. #define     BLNAME         aFriends[3]
  29. #define     BPHONE         aFriends[4]
  30.  
  31. // End of File Demo.ch